.wrapper{

	float: left;
	width: 100%;
	background: #eceded;
}
.wrapper .header{

	float: left;
	width: 100%;
}
.wrapper .header .logo{
	float: left;
	width: 100%;
}
.wrapper .header .logo a{

}
.wrapper .header .logo a img{

	width: 100%;
}
.wrapper .header .menu{

	float: left;
	width: 87%;
	margin-left: 6.5%;
}
.wrapper .main{

	float: left;
	width: 87%;
	margin-left: 6.5%;
	margin-right: 6.5%;
	background: #fff;
}
.wrapper .main .main_left{

	float: left;
	width: 65%;
	margin-right: 5%;
}
.wrapper .main .main_left .slide{

	margin-bottom: 1em;
	position: relative;
}
.slide img{
	width: 100%;
	height: 100%;
}
.slide1{
	
}
.slide1 .dv_img{
	height: 100%;
}
.slide .dv_content1{

	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(3,175,241,0.8);
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.slide .dv_content1 span{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.cap1{
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	z-index: -1;
	text-align: center;
	top: 0;
	padding-top: 25%;
}
.phantrang{
	float: left;
	width: 100%;
	text-align: center;
}
.mobile{
	display: none;
}
/*--------product----------------*/
.wrapper .main .main_left .product{

	float: left;
	width: 100%;
}
.wrapper .main .main_left .product .product_detail .product_img{
	position: relative;
  	transform: translateZ(0);
}
.wrapper .main .main_left .product .product_detail .product_img::before{
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 1;
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	transition: transform 0.4s ease-out;
	background: rgba(3,175,241,0.6);
}
.wrapper .main .main_left .product .product_detail .product_img:hover::before ,
.wrapper .main .main_left .product .product_detail .product_img:focus::before {
	-ms-transform: scale(1,1);
    transform: scale(1,1);
}
.wrapper .main .main_left .product .product_detail .product_img:hover .cap1,
.wrapper .main .main_left .product .product_detail .product_img:focus .cap1{
	z-index: 10;
	transition: all 2s;
}
.wrapper .main .main_left .product .product_detail{

	float: left;
	width: 31%;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}
.wrapper .main .main_left .product .product_detail .product_img{

	float: left;
	width: 100%;
	position: relative;
}
.wrapper .main .main_left .product .product_detail .product_img img{

	width: 100%;
}
.wrapper .main .main_left .product .product_detail .product_content{

	float: left;
	width: 100%;
	margin-top: 10px;
}
.wrapper .main .main_left .product .product_detail .product_content p{

	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: bold;
}

/*-------------product1-------------*/
.product1{

	float: left;
	width: 100%;
	padding-left: 20px;
}
.product1 h3{

	color: #F00;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/nen.jpg);
	padding: 15px 7px 10px 50px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.product1 .product_detail{
	
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.product1 .product_detail .product_content{
	
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.product1 .product_detail .product_content span{
	
	color: #F00;
	margin-right: 5px;
}
.product1 .product_detail .product_content p{
	
	display: inline;
	font-weight: bold;
}
.product1 .product_detail .product_content p a{
	
	text-decoration: none;
}
.product1 .product_detail .product_content p a:hover{
	color: #ffff00;
}
.product1 .product_detail .product_img{
	
	float: left;
	width: 100%;
}
.product1 .product_detail .product_img img{
	
	width: 100%;
}
/*--------css news-------*/
.product1 .news{

	float: left;
	width: 100%;
}
.product1 .news h4{
	
	font-size: 14px;
	color: #005ac9;
	font-weight: bold;
	margin-top: 0px;
}
.product1 .news h4 a{
	text-decoration: none;
	color: unset;
}
.product1 .news h4 a:hover{
	color: #ffff00;
}
.product1 .news h4 span{
	
	color: #F00;
	margin-right: 5px;
}
.product1 .news .news_detail{

	float: left;
	width: 100%;
	margin-top: 1em;
}
.product1 .news .news_detail h3{

	padding: 5px;
	font-weight: unset;
	color: #999;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.product1 .news .news_detail .news_top{

	padding: 5px;
	font-weight: unset;
	color: #999;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.product1 .news .news_detail .news_content{
	margin-bottom: 1em;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
}
.product1 .news .news_detail .news_content .news_img{
	
	float: left;
	width: 28%;
	margin-right: 2%;
	margin-bottom: 1em;
}
.product1 .news .news_detail .news_content .news_img img{
	
	width: 100%;
}
.product1 .news .news_detail .news_content .news_body{
	
	margin-bottom: 2em;
}
.product1 .news .news_detail .news_content a{
	background: #005ac9;
	padding: 6px 10px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.product1 .news .news_detail .news_content a:hover{
	background: #F00;
}
.news .tab-content{
	
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
	background-color: #f4f4f4;
	padding: 9pt;
}
.news1 .news_detail{
	float: left;
	width: 100%;
}
.news1 .news_detail .news_top{
	padding: 5px;
	font-weight: unset;
	color: #999;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.news1 .news_detail .news_content{
	float: left;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

/*------css lienhe-------------*/
.news1 .col-sm-offset-3{

	color: #0044aa;
	float: none;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
}
.news1 label{
	
	color: #0044aa;
	font-weight: bold;
	font-size: 12px;
}
/*-----css back to top---------*/
#back-to-top {
    position: fixed;
    bottom: 48px;
    right: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #00afef;;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
}
#back-to-top:hover {
    background: #005ac9;
    color: #00afef;
}
#back-to-top.show {
    opacity: 1;
}
/*--------------------------------------*/
.wrapper .main .main_right{

	float: left;
	width: 30%;
}
.wrapper .main .main_right .main_right_content{

	float: left;
	width: 100%;
	padding-right: 5%;
}
.wrapper .main .main_right .main_right_content img{

	width: 100%;
}
.wrapper .main .main_right .main_right_content a img{

	width: 6%;
}
.wrapper .main .main_right .main_right_content h3{

	background: #005ac9;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 7px 20px;
	margin-top: 5px;
}
.wrapper .main .main_right .main_right_content ul{

	float: left;
	width: 100%;
	list-style: inside;
}
.wrapper .main .main_right .main_right_content ul li{

	float: left;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding: 5px;
}
.wrapper .main .main_right .main_right_content ul li a{

	text-decoration: none;
}
.wrapper .main .main_right .main_right_content ul li a:hover{
	color: #ffff00;
}
.wrapper .main .main_right .main_right_content .truycap{

	list-style: none;
}
.wrapper .main .main_right .main_right_content .truycap li{
}
.wrapper .main .main_right .main_right_content .truycap li a{

}
.wrapper .main .main_right .main_right_content .truycap li i{

	color: #59a5fe;
	margin-right: 10px;
}
.wrapper .main .main_right .main_right_content .truycap li span{

	float: right;
}
.wrapper .footer{

	float: left;
	width: 87%;
	margin-left: 6.5%;
	padding-top: 20px;
	background: #005ac9;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}
.wrapper .footer .hotro{

	float: left;
	width: 20%;
}
.wrapper .footer .hotro h3{
	
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 20px;
	color: #f2eee4;
}
.wrapper .footer .hotro ul{

	color: #fff;
	float: left;
	width: 100%;
}
.wrapper .footer .hotro ul li{

	float: left;
	width: 100%;
	padding-bottom: 7px;
}
.wrapper .footer .hotro ul li span{

	font-size: 14pt;
	color: #ffcc00;
}
.wrapper .footer .hotro ul li img{

}
.wrapper .footer .hotro ul li p{

	display: inline-block;
	margin-left: 5px;
}
.wrapper .footer .doitac{

	float: left;
	width: 30%;
}
.wrapper .footer .doitac h3{

	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 20px;
	color: #f2eee4;
}
.wrapper .footer .doitac ul{

	width: 100%;
	float: left;
}
.wrapper .footer .doitac ul li{

	float: left;
	width: 20%;
	padding-bottom: 10px;
}
.wrapper .footer .doitac ul li img{

	width: 100%;
	padding: 0% 15% 15% 0%;
}
.wrapper .footer .lienhe{

	float: left;
	width: 50%;
	color: #fff;
}
.wrapper .footer .lienhe h3{

	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 20px;
	color: #f2eee4;
}
.wrapper .footer .lienhe .lienhe_left{

	float: left;
	width: 50%;
}
.wrapper .footer .lienhe .lienhe_left h4{

	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
}
.wrapper .footer .lienhe .lienhe_left ul{

}
.wrapper .footer .lienhe .lienhe_left ul li{

	padding: 5px;
}
.wrapper .footer .lienhe .lienhe_right{

	float: left;
	width: 50%;
}
.wrapper .footer .lienhe .lienhe_right h4{

	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
}
.wrapper .footer .lienhe .lienhe_right ul{

}
.wrapper .footer .lienhe .lienhe_right ul li{
	
	padding: 5px;
}
.end{

	float: left;
	width: 87%;
	margin-left: 6.5%;
	background: #fff;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
}
.end p{

}
.end span{
	
}
@media screen and (max-width: 1280px) {
.wrapper .main {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.wrapper .header .menu {
    width: 94%;
    margin-left: 3%;
}
.wrapper .footer {
    width: 94%;
    margin-left: 3%;
}
.end {
    width: 94%;
    margin-left: 3%;
}

}
@media screen and (max-width: 1024px) {
.wrapper .main {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.wrapper .header .menu {
    width: 100%;
    margin-left: 0%;
}
.wrapper .footer {
    width: 98%;
    margin-left: 1%;
}
.end {
    width: 98%;
    margin-left: 1%;
}
.menu .container {
    width: 100%;
}
.wrapper .main .main_left {
    width: 68%;
    margin-right: 2%;
}

}
@media screen and (max-width: 960px) {
.menu .navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
}
.wrapper .main {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
.wrapper .header .menu {
    width: 100%;
    margin-left: 0%;
}
.wrapper .footer {
    width: 100%;
    margin-left: 0%;
}
.end {
    width: 100%;
    margin-left: 0%;
}
}
@media screen and (max-width: 480px) {
.menu .navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
}
.wrapper .main .main_left {
    width: 100%;
    margin-right: 0%;
}
.product1 {
    padding-left: 0px;
}
.product1 .product_detail {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
}
.wrapper .main .main_right {
    float: left;
    width: 100%;
}
.wrapper .footer .hotro {
    width: 100%;
}
.wrapper .footer .doitac {
    width: 100%;
}
.wrapper .footer .lienhe {
    width: 100%;
}
.wrapper .footer .lienhe .lienhe_left {
    width: 100%;
}
.wrapper .footer .lienhe .lienhe_right {
    width: 100%;
}
.mobile{
	display: unset;
	position: absolute;
	line-height: 50px;
	width: 100px;

}
.mobile img{
	width: 40px;
}
}
